home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr37 / fdwcwm22.zip / EXEBBS.BAT < prev    next >
DOS Batch File  |  1995-03-11  |  981b  |  26 lines

  1. @echo off
  2. Rem ***************************************************************************
  3. Rem *This is the new EXEBBS.BAT for new Wildcat! v4.x. I have used a utility  *
  4. Rem *written by Lawrence Gordon named FE2WC.EXE and FE2WC.DOC enclosed in this*
  5. Rem *archive, to translate the baud rate and error correction between FD & WC4*
  6. Rem *Just make sure both files above are located in your C:\FD directory.     *
  7. rem *Use FE2WCT.EXE instead of FE2WC.EXE below if you are running under OS/2  *
  8. REM *If you are running under any version MS Windows you may need to remove   *
  9. rem *the last command CAT.BAT at the end of this file to work properly.       *
  10. Rem **************************************************************************+
  11. cls
  12. set comspec=c:\command.com
  13.  
  14. rem Use FE2WCT.EXE instead of FE2WC.EXE below if you're running WC!4 under OS/2
  15.  fe2wc c:\wc40 fdsw 4
  16.  c:
  17.  cd\wc40
  18.  call dowc.bat
  19.  cd\
  20.  cd\wm40
  21.  wm scan toss netmail
  22.  cd\
  23.  C:
  24.  CD\FD
  25.  CAT.BAT
  26.